﻿# Chile

ecchi_chl_o_higgins_character_template = {
    first_name = Bernardo
    last_name = O_Higgins
    culture = cu:south_andean
    female = no
    religion = catholic
    ideology = ideology_moderate
    interest_group = ig_landowners
	dna = ecchi_dna_bernardo_o_higgins
    birth_date = 1778.8.20
    traits = { senile romantic imperious ambitious }
    interest_group_leader_usage = {
        country_trigger = {
            exists = c:CHL
            this = c:CHL
        }
        interest_group_trigger = {
            is_marginal = no
            OR = {
                is_interest_group_type = ig_landowners
                is_interest_group_type = ig_petty_bourgeoisie
            }
        }
        earliest_usage_date = 1836.1.1
        latest_usage_date = 1842.10.24
        chance = 90
    }
}

# Uruguay

ecchi_uru_artigas_character_template = {
    first_name = ecchi_Jose_Gervasio
    last_name = ecchi_Artigas
    culture = cu:platinean
    female = no
    religion = catholic
    ideology = ideology_republican_leader
    interest_group = ig_armed_forces
	dna = ecchi_dna_jose_gervasio_artigas
    birth_date = 1764.6.19
    traits = { pillager ambitious imperious }
    interest_group_leader_usage = {
        country_trigger = {
            exists = c:URU
            this = c:URU
        }
        interest_group_trigger = {
            is_marginal = no
            OR = {
                is_interest_group_type = ig_armed_forces
                is_interest_group_type = ig_landowners
                is_interest_group_type = ig_petty_bourgeoisie
            }
        }
        earliest_usage_date = 1836.1.1
        latest_usage_date = 1850.9.23
        chance = 90
    }
}

ecchi_uru_berro_character_template = {
    first_name = Bernardo
    last_name = Berro
    culture = cu:platinean
    female = no
    religion = catholic
    ideology = ideology_moderate
    interest_group = ig_petty_bourgeoisie
	dna = ecchi_dna_bernardo_berro
    birth_date = 1803.4.28
    traits = { tactful basic_political_operator }
    interest_group_leader_usage = {
        country_trigger = {
            exists = c:URU
            this = c:URU
        }
        interest_group_trigger = {
            is_marginal = no
            OR = {
                is_interest_group_type = ig_petty_bourgeoisie
                is_interest_group_type = ig_landowners
            }
        }
        earliest_usage_date = 1852.1.1
        latest_usage_date = 1868.2.19
        chance = 90
    }
}

# Venezuela

ecchi_vnz_lopez_character_template = {
    first_name = Narciso
    last_name = Lopez
    culture = cu:north_andean
    female = no
    religion = catholic
    ideology = ideology_jingoist_leader
    interest_group = ig_armed_forces
	dna = ecchi_dna_narciso_lopez
    birth_date = 1797.11.2
    traits = { reckless persistent }
    commander_rank = default
    commander_usage = {
        country_trigger = {
            OR = {
                AND = {
                    exists = c:VNZ
                    this = c:VNZ
                    NOT = { exists = c:CUB }
                }
                AND = {
                    exists = c:CUB
                    this = c:CUB
                }
            }
        }
        role = general
        earliest_usage_date = 1840.1.1
        latest_usage_date = 1851.9.1
        chance = 90
    }
}